glTexImage3D

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void glTexImage3D(BindTextureTarget target, int level, InternalFormat internalFormat, int width, int height, int depth, PixelFormat format, PixelDataType type, void[] data)
  2. void glTexImage3D(TextureTargets target, int level, InternalFormat internalFormat, int width, int height, int depth, PixelFormat format, PixelDataType type, void[] data)
    void
    glTexImage3D
    (,
    int level
    ,
    InternalFormat internalFormat
    ,
    int width
    ,
    int height
    ,
    int depth
    ,
    PixelFormat format
    ,
    PixelDataType type
    ,
    void[] data
    )

Meta